Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix C++17 does not allow register storage class specifier #17

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

listout
Copy link
Contributor

@listout listout commented Sep 16, 2023

The register storage class was deprecated in C++14 and completely removed in C++17. Hence, we cannot use it anymore and would result in a build error.

The register storage class was deprecated in C++14 and completely
removed in C++17. Hence, we cannot use it anymore and would result in a
build error.

Signed-off-by: Brahmajit Das <[email protected]>
@listout
Copy link
Contributor Author

listout commented Sep 16, 2023

More info at https://bugs.gentoo.org/896234

@VolkerEnderlein VolkerEnderlein merged commit 52937f7 into coin3d:master Sep 19, 2023
1 check passed
@VolkerEnderlein
Copy link
Collaborator

Thanks for bringing that to our attention and providing an appropriate PR. Your contribution is highly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants